home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / Blurred.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  619 b   |  25 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. Camera [ (0,20,-50),(0,12,0),(0,1,0)
  4.  FieldOfView 49
  5.  Format(256,256)
  6.  FrameAspectRatio 1
  7.  LensModel WIDE_ANGLE
  8. ]
  9.  
  10. Options [
  11.  MaxBlurSamples 8
  12.  PhotonsGatherRange (500, 1000)
  13. ]
  14.  
  15. Photons(5000,0,0)
  16.  
  17. Background '.1,.1,.2'
  18.  
  19. PointLight [ (100,100,-100) Intensity '1,1,1'*250 Decay LINEAR ]
  20. PointLight [ (-200,100,50) Intensity '1,1,1'*100 Decay LINEAR LightingAttributes 0 ]
  21.  
  22. Shape [ Sphere((-15, 12, 0), 12) blurred_metal ]
  23. Shape [ Sphere((15, 12, 0), 12) blurred_glass ]
  24.  
  25. Shape [ Polygon (4, (-1000,0, 1000), (1000,0, 1000), (1000,0, -1000), (-1000,0, -1000)) Ground ]